Uses of Enum
com.cisco.pt.ipc.enums.PPPoeConnectionStatus
Packages that use PPPoeConnectionStatus
-
Uses of PPPoeConnectionStatus in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return PPPoeConnectionStatusModifier and TypeMethodDescriptionstatic PPPoeConnectionStatusPPPoeConnectionStatus.fromIntValue(int value) static PPPoeConnectionStatusPPPoeConnectionStatus.fromIntValue(Integer value) static PPPoeConnectionStatusReturns the enum constant of this type with the specified name.static PPPoeConnectionStatus[]PPPoeConnectionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PPPoeConnectionStatus in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return PPPoeConnectionStatusModifier and TypeMethodDescriptionPPPoeClient.getConnectionStatus()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type PPPoeConnectionStatusModifier and TypeMethodDescriptionvoidPPPoeClient.disconnect(int sessionId, PPPoeConnectionStatus status, boolean sendTerminalFlag) Information provided by the PKI file:voidPPPoeClient.setConnectionStatus(PPPoeConnectionStatus status) Information provided by the PKI file: -
Uses of PPPoeConnectionStatus in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return PPPoeConnectionStatusModifier and TypeMethodDescriptionPPPoeClientImpl.getConnectionStatus()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type PPPoeConnectionStatusModifier and TypeMethodDescriptionvoidPPPoeClientImpl.disconnect(int sessionId, PPPoeConnectionStatus status, boolean sendTerminalFlag) Information provided by the PKI file:voidPPPoeClientImpl.setConnectionStatus(PPPoeConnectionStatus status) Information provided by the PKI file: